projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0840039
)
broadway: Start windows transparent rather than black
author
Alexander Larsson
<alexl@redhat.com>
Mon, 14 Mar 2011 15:04:34 +0000
(16:04 +0100)
committer
Alexander Larsson
<alexl@redhat.com>
Mon, 14 Mar 2011 15:04:34 +0000
(16:04 +0100)
This avoids flashing
gdk/broadway/broadway.js
patch
|
blob
|
history
diff --git
a/gdk/broadway/broadway.js
b/gdk/broadway/broadway.js
index affb687dd77947d4b4dc5140507d6876cc89ffeb..eac55dace794488146c716763ae1de6df8659056 100644
(file)
--- a/
gdk/broadway/broadway.js
+++ b/
gdk/broadway/broadway.js
@@
-100,7
+100,6
@@
function initContext(canvas, x, y, id)
canvas.style["display"] = "none";
var context = canvas.getContext("2d");
context.globalCompositeOperation = "src-over";
- context.fillRect(0, 0, canvas.width, canvas.height);
document.body.appendChild(canvas);
return context;